#user_profile div.profile_picture img{
    width: 100%;
    max-width: 300px;
    border-radius:50%;
    margin-bottom:10px;
}

#user_profile .profile_picture_wrapper{
    display: none;
}
#user_profile .form-section{
    margin-bottom: 40px;
}
#user_profile. change_profile_picture-wrapper{
    display: block;
}

